Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Determines whether the collection contains a specific item. |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. |
![]() | FindByName | Gets the item by its name, returns null if not found. |
![]() | IndexByName | Gets the index of the element by its name. |
![]() | IndexOf | Gets the index of the element. |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. |